[IA64] MCA support - Fix UINT64 & BOOLEAN typedefs
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Sun, 29 Oct 2006 16:27:25 +0000 (09:27 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Sun, 29 Oct 2006 16:27:25 +0000 (09:27 -0700)
Signed-off-by: Yutaka Ezaki <yutaka.ezaki@jp.fujitsu.com>
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com>
xen/include/asm-ia64/vcpu.h

index a95d3f1c29ed0a5b6b104752821e0e1f1b0a89e6..b61915e3b2884c3ced0ab7c3d2a840fe32a6f3ea 100644 (file)
@@ -10,7 +10,7 @@
 #include <asm/ia64_int.h>
 #include <xen/types.h>
 #include <public/xen.h>
-typedef int BOOLEAN;
+#include <linux/acpi.h>
 struct vcpu;
 typedef struct vcpu VCPU;
 typedef cpu_user_regs_t REGS;